home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / QuickDraw GX / QuickDraw GX Info / QuickDraw GX Interfaces / QDGX Universal Interfaces&xcoff / graphics toolbox library.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-01  |  742 b   |  36 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        graphics toolbox library.h
  3.  
  4.     Copyright:    © 1984-1994 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef graphicsToolboxLibraryIncludes
  13. #define graphicsToolboxLibraryIncludes
  14.  
  15.     #ifndef graphicsTypesIncludes
  16. #include "graphics types.h"
  17. /*    #include "math types.h"                                        */
  18. /*        #include <Types.h>                                        */
  19. /*            #include <ConditionalMacros.h>                        */
  20. /*            #include <MixedMode.h>                                */
  21. /*                #include <Traps.h>                                */
  22.     #endif
  23.  
  24.      #ifdef __cplusplus
  25. extern "C" {
  26.     #endif
  27.  
  28. #include "font types.h"
  29. extern long AddResFileFonts(short resFileID, gxFont **fontHandleOrNil);
  30.     #ifdef __cplusplus
  31. }
  32.     #endif
  33.  
  34. #endif
  35.  
  36.